home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Creating bitmaps from resources.
- Sent: 3/11/96 8:27 AM
- Received: 3/11/96 8:41 AM
- From: lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >1.I could not manage to create an instance of the FW_PBitmap class from
- >the PICT resource directy. Seems the constructor of this class from
- >the FW_CResource file doesn't work on Mac.
-
-
- The resource has to be a bitmap resource not a picture resource. The only
- way to create a bitmap from a pict resource is to create a FW_PPicture
- first and then convert it to a FW_PBitmap.
-
- Henri Lamiraux
- ODF Team
-